Welcome![Sign In][Sign Up]
Location:
Search - python web

Search list

[Internet-NetworkDjango-0.96.tar

Description: Meet Django Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. -Meet Django Django is a high-level Python W eb framework that encourages rapid developmen t and clean, pragmatic design.
Platform: | Size: 1748745 | Author: shuajie | Hits:

[WinSock-NDISDjango

Description: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over two years by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.
Platform: | Size: 62281 | Author: 郭侃 | Hits:

[Multimedia Developplastico-0[1].1-scr

Description: Plastico是一个多媒体控制台的前端,用于游戏,DVD重放,Web浏览,email,音乐以及更多。现在它在Win32系统中运行,在后一阶段中我将把这个GUI和一个开源OS相结合-Plastico is a front-end multimedia console for games, DVD playback, Web browsing, email, music and more. Now it Win32 operating system, at a later stage, I will be the GUI and a combination of open-source OS
Platform: | Size: 1254400 | Author: 侯为 | Hits:

[Linux-Unixbobomail-0[1].6pre1.tar

Description: BoboMail is a so called webmail application, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and is implemented in Python BoboMail是一个webmail应用程序,它提供通过一个web接口的邮件访问。它可以正确处理MIME消息(包括HTML邮件),用Python实现。-BoboMail is a so called webmail application, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and is implemented in Python.
Platform: | Size: 300032 | Author: 了不起 | Hits:

[Web ServerPyStringTemplate-2.2.tar

Description: PyStringTemplate,Python模版语言,可生成源码和web页面等,完全符合Model-View模式的快速模版语言-PyStringTemplate, Python template language, source and creating web pages, complete with Model-View mode of rapid template language
Platform: | Size: 115712 | Author: guid | Hits:

[Embeded-SCM DevelopZope_program

Description: zope开发使用说明书。zope为网页服务器+开发环境框架(相当于IBM的Websphere但其开源,功能胜过Apache)-Zope development instruction manual. Zope web server for the development environment framework (the equivalent of IBM's Websphere its revenue, function better than Apache)
Platform: | Size: 1388544 | Author: 卢勇 | Hits:

[FlashMXFlash_Python

Description: 使用Flash提供的Web Service的能力,利用這個能力與SOAP Server連接並做資料的存取。而這篇文章將以一個極簡單的範例來說明如何透過Flash取得想要的資料。關於SOAP Server的製作請參考之前撰寫的"Pyhon的SOAP Library"這篇文章,這篇文章有教大家如何使用python這個程式語言實作一個RPC Server,提供其他程式作遠端呼叫。我提供RPC Server的製作,而我會使用python來架構RPC Server,使用python內建的函式庫來實作該Server。 需要工具; 1. Flash 8.0 2. Python 2.3 以上 -The use of Flash to provide the Web Service
Platform: | Size: 17408 | Author: Jia-Yang Chen | Hits:

[Web Serversimpleweb

Description: python 写的web服务器,很实用,可以自定义方法-web server written in python, it is practical, can customize the method of
Platform: | Size: 1024 | Author: ewiniar | Hits:

[ELanguagemod_python-3.3.1

Description: Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. A more detailed description of what mod_python can do is available in this O Reilly article. -Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. A more detailed description of what mod_python can do is available in this O Reilly article.
Platform: | Size: 589824 | Author: dipeng | Hits:

[Documentspython for informatics

Description: 《 Python for Informatics 》(中文翻译叫《信息管理专业Python教程》),这本书不仅是一本很好的Python爬虫方面的入门书,而且还有以这本书为教材的配套的Coursera课程。这本书是美国密西根大学信息学院教授为他的课程编写的,是一本开源书,有人将他翻译成了中文版,书上有配套的习题和代码,而且这些习题代码都可以在网上获取到,书本身并不厚,前面十章将的都是Python的基础用法,后面几张就是讲解和Python爬虫有关的,像正则表达式,网络编程(HTTP 协议), Web Service,数据库与SQL语句,数据可视化,书中还仔细讲解了用Python爬取Twiter上的用户信息,和各种解析html会用到的工具,如BeautifulSoup等,学完本书,爬取个知乎什么的都是小意思!(Python for Informatics)
Platform: | Size: 2157568 | Author: _佚名 | Hits:

[OtherOnlineExamination

Description: 利用Python实现的一个在线考试系统,利用 bootstrap搭建前端框架,利用django模块搭建后台接口。(An online examination system based on Python)
Platform: | Size: 7568384 | Author: 章磊 | Hits:

[Sniffer Package capture用Python写网络爬虫2

Description: 作为使用Python来爬取网络数据的杰出指南,讲解了从静态页面爬取数据的方法以及使用缓存来管理服务器负载的方法。此外,本书还介绍了如何使用AJAX URL和Firebug扩展来爬取数据,以及有关爬取技术的更多真相,比如使用浏览器渲染、管理cookie、通过提交表单从受验证码保护的复杂网站中抽取数据等。本书使用Scrapy创建了一个高级网络爬虫,并对一些真实的网站进行了爬取(As an excellent guide for using Python to crawl network data, it explains how to crawl data from static pages and how to use caching to manage server loads. In addition, the book also introduces how to use AJAX URL and Firebug extensions to crawl data, as well as more truths about crawling techniques, such as using browsers to render, managing cookie, and submitting forms to extract data from complex sites protected by a validation code. This book uses Scrapy to create a high-level web crawler and crawls some real Web sites.)
Platform: | Size: 9877504 | Author: 集结号 | Hits:

[Documentspython爬虫思维导图

Description: 爬虫思维导图 爬取网站 渲染方式 验证码 反爬虫处理方式 异步 分布式 部署(Crawler mind map crawling web site rendering mode verification code anti reptile processing asynchronous distributed deployment)
Platform: | Size: 102400 | Author: 李青z | Hits:

[Otherjupyter_pythoncode

Description: 《python网络爬虫从入门到实践》书籍源代码("Python web crawler from entry to practice" book source code)
Platform: | Size: 3568640 | Author: harwtcnpy | Hits:

[《用Python写网络爬虫(第2版)》示例网站源代码

Description: 本文件为《用python些网络爬虫》一书的实例网站的源代码(This document is the source code of the example website of the book "Some Web Crawlers with Python")
Platform: | Size: 1219584 | Author: FengQi957 | Hits:

[Other网络爬虫-Python和数据分析

Description: 网络爬虫-Python和数据分析,详细的pdf学习教材(Web crawler-Python and data analysis, detailed PDF learning materials)
Platform: | Size: 2696192 | Author: 奇点-五维 | Hits:

[Linux-UnixPython爬虫

Description: 基于Python的网页爬虫,可输入指定网页,从中获得网页数据(Python based web crawler, can input specified web pages, from which to obtain web data)
Platform: | Size: 82944 | Author: wanglei008 | Hits:

[OtherPython编程:从入门到实践

Description: Amazon编程入门类榜首图书 从基本概念到完整项目开发,帮助零基础读者迅速掌握Python编程 上到有编程基础的程序员,下到10岁少年,想入门Python并达到可以开发实际项目的水平,本书是最佳选择! 本书是一本全面的Python编程从入门到实践教程,带领读者快速掌握编程基础知识、编写出能解决实际问题的代码并开发复杂项目。(From basic concepts to complete project development, help zero base readers quickly master Python Programming The content of the book is divided into two parts: the basic part and the practical part. The basic chapter introduces basic programming concepts, such as lists, dictionaries, classes, and loops, and guides readers to write neat and easy to understand code. It also introduces how to make the program interact with the user, and how to run the forward line test in the code. The practical part introduces how to use the newly learned knowledge to develop functional projects: 2D game alien invasion, data visualization, and web application.)
Platform: | Size: 13859840 | Author: 风骤暮云 | Hits:

[Python编程:从入门到实践 (2)

Description: 本书旨在让你尽快学会Python,以便能够编写能正确运行的程序——游戏、数据可视化和Web应用程序,同时掌握让你终身受益的基本编程知识。本书适合任何年龄的读者阅读, 它不要求你有任何Python编程经验,甚至不要求你有编程经验。如果你想快速掌握基本的编程知识以便专注于开发感兴趣的项目,并想通过解决有意义的问题来检查你对新学概念 的理解程度,那么本书就是为你编写的。本书还可供初中和高中教师用来通过开发项目向学生介绍编程。(This book aims to help you learn Python as soon as possible so that you can write programs that work correctly - Games, data visualization, and web applications - while mastering the basic programming knowledge that will benefit you for life. This book is suitable for readers of any age. It does not require any python programming experience, or even programming experience. This book is written for you if you want to quickly master basic programming knowledge to focus on developing projects of interest and to check your understanding of new concepts by solving meaningful problems. This book can also be used by junior and senior high school teachers to introduce programming to students through development projects.)
Platform: | Size: 9388032 | Author: fasshark | Hits:

[OtherPython项目开发实战 第2版

Description: 本书来自真正的开发现场,是BePROUD公司众多极客在真实项目中的经验总结和智慧结晶。作者从Python的环境搭建开始讲起,介绍了Web应用的开发方法、项目管理及审查、测试与高效部署、服务器调试等内容,尽可能网罗了Python项目开发流程中的方方面面,有助于开发者建立有序生产环境,提高开发效率,让编程事半功倍。此外,在本书中Python仅仅是一个载体,很多知识点在非Python下也适用。(This book is from the real development site, is the experience summary and wisdom crystallization of beproud's many geeks in real projects. Starting from the construction of Python environment, the author introduces the development method, project management and review, testing and efficient deployment, server debugging and other contents of web application. It covers all aspects of Python project development process as far as possible, which helps developers to establish an orderly production environment, improve development efficiency, and make programming get twice the result with half the effort. In addition, Python is just a carrier in this book, and many knowledge points are also applicable to non python.)
Platform: | Size: 14341120 | Author: 张甜甜呀 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 21 »

CodeBus www.codebus.net